home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Toolbox
/
Visual Basic Toolbox (P.I.E.)(1996).ISO
/
pgm_ing
/
mmmaker
/
funerr.txt
next >
Wrap
Text File
|
1995-10-26
|
479b
|
17 lines
If colpreferences("ShowError") Then
MsgBox Error
ElseIf colpreferences("UseErrBeep") Then
Beep
End If
Dim MyErr As Long
Dim MyErrName As String
MyErr = Err.Number
MyErrName = Err.Description
clsErrorEngine.ErrorName = MyErrName
clsErrorEngine.ErrorNumber = MyErr
clsErrorEngine.ErrorDate = Now
clsErrorEngine.ErrorProcedure = " Command1_Click "
clsErrorEngine.ErrorNotes = " None Available"
clsErrorEngine.AddError
'return false
!NAME = False